home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / LIB211.ZIP;1 / VOLNUM.TXT < prev    next >
Encoding:
Text File  |  1993-08-09  |  1.8 KB  |  45 lines

  1.                VOLNUM.ZIP    Jay Parsons, CIS 70160,340
  2.                Dated:       March 2, 1993
  3.                Version:     1.1
  4.  
  5.         Enclosed are these files:
  6.  
  7.           Volnum.asm          source code for a dBASE .bin to read disk
  8.                               volume label or ID number.
  9.  
  10.           Volnum.bin          same thing made into the .bin.
  11.  
  12.           Read.me             This file.
  13.  
  14.         This .bin should be called with two arguments, precluding use
  15. in dBASE III+.  The first argument should contain the drive letter of 
  16. the drive for which the disk volume label or ID number are wanted.  
  17. Obviously, there must be a disk in the drive or DOS will complain.
  18.  
  19.         The first argument should be a variable so that the information
  20. may be returned in it, and should be 11 characters long.
  21.  
  22.         The second argument should be "V" for the volume label or "N"
  23. for the ID number.
  24.  
  25.         Example:        Load VOLNUM
  26.                         Arg1 = "B" + space( 10 )
  27.                         call VOLNUM with arg1, "N"
  28.                         ? Arg1
  29.  
  30.         The label or number found will be returned in the first 
  31. argument. This WILL NOT work sensibly for disks not formatted under 
  32. DOS 5.0 or higher.  If it does not work, you should get a blank return 
  33. if no label or ID exists.  If an error occurs in a DOS call made by the 
  34. .bin, you should get back "DOSerror 05" or the like, with the number 
  35. indicating the error code returned by one of the DOS calls.
  36.  
  37.         Not warranted merchantable, fit for any purpose or anything 
  38.         else.
  39.  
  40. Please report bugs or other difficulties or suggestions for
  41. improvements to:
  42.                         Jay Parsons
  43.                         CIS 70160,340
  44.                         USSBBS Jay Parsons
  45.